home *** CD-ROM | disk | FTP | other *** search
/ STraTOS 1997 April & May / STraTOS 1 - 1997 April & May.iso / CD01 / GRAPHICS / POV_3 / SCENES / POV3DEMO / ANIM / REFLECT / STDCAM.INC < prev   
Encoding:
Text File  |  2005-01-04  |  261 b   |  11 lines

  1. // Persistence Of Vision raytracer version 3.0 sample file.
  2. camera {
  3.     location <-2.0, 2, -5.25>
  4.     right x*1.3333
  5.     angle 70
  6.     look_at <-0.75, -0.5, 0>
  7. }
  8.  
  9. light_source { <20, 20, -25> rgb 1 }
  10. plane { y, 0  pigment { checker Plum,Yellow*0.85}}
  11.